crypto/cipher.ofb.outUsed (field)
9 uses
crypto/cipher (current package)
ofb.go#L15: outUsed int
ofb.go#L34: outUsed: 0,
ofb.go#L43: remain := len(x.out) - x.outUsed
ofb.go#L44: if remain > x.outUsed {
ofb.go#L47: copy(x.out, x.out[x.outUsed:])
ofb.go#L55: x.outUsed = 0
ofb.go#L66: if x.outUsed >= len(x.out)-x.b.BlockSize() {
ofb.go#L69: n := xorBytes(dst, src, x.out[x.outUsed:])
ofb.go#L72: x.outUsed += n
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)